crypto/internal/fips140/drbg.Counter.reseedCounter (field)

5 uses

	crypto/internal/fips140/drbg (current package)
		ctrdrbg.go#L28: 	reseedCounter uint64
		ctrdrbg.go#L57: 	c.reseedCounter = 1
		ctrdrbg.go#L95: 	c.reseedCounter = 1
		ctrdrbg.go#L108: 	if c.reseedCounter > reseedInterval {
		ctrdrbg.go#L131: 	c.reseedCounter++